@charset "utf-8";
body,div,ul,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,A,input,textarea, img{
	margin:0px;
	padding:0px;
	font-size:14px;
	text-align:left;
	font-family:"microsoft yahei";
	text-decoration: none;
	color: #333;
	list-style:none ;
	box-sizing: border-box;
	}

body{
	overflow-x: hidden;
	background: #fff;
}
.clearfix:after,.clearfix:before {
	content: " ";
	display: table
}
.clearfix:after {
	clear: both
}
A:hover{
	color: #0053a9;
}

.bai a{
	color:#FFFFFF;
	}
img{ 
 	border:0; 
 	display: block;
	transition: all 0.5s ease;
 	}	

.banner img:hover{
	transform:scale(1)
	} 
.left{
	float:left;
	}
.right{
	float:right;
	}
.clear{
	clear:both;
	}
.block{
	display:block;
	}

.duration15 { -webkit-animation-duration: 1.5s; animation-duration: 1.5s; }
.duration18 { -webkit-animation-duration: 1.8s; animation-duration: 1.8s; }
.duration20 { -webkit-animation-duration: 2s; animation-duration: 2s; }
.delay1 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }
.delay2 { -webkit-animation-delay: 0.35s; animation-delay: 0.35s; }
.delay3{ -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }
.delay4{ -webkit-animation-delay: 0.65s; animation-delay: 0.65s; }
.delay5{ -webkit-animation-delay: 0.8s; animation-delay: 0.8s; }
.delay6{ -webkit-animation-delay: 0.95s; animation-delay: 0.95s; }
.delay7{ -webkit-animation-delay: 1.1s; animation-delay: 1.1s; }
.delay8{ -webkit-animation-delay: 1.25s; animation-delay: 1.25s; }
.delay9{ -webkit-animation-delay: 1.4s; animation-delay: 1.4s; }
.delay10{ -webkit-animation-delay: 1.55s; animation-delay: 1.55s; }
.an-hide{ 
	visibility:hidden;
    *visibility:visible;
	}
.an-show{ 
	visibility:visible;
}

@font-face
{
font-family: ywzt;
src: url('Impact.TTF'),
     url('Impact.eot'); /* IE9+ */
}
.container{
	width: 80%;
	margin:auto;
}
.productlist_ss{
	width:380px;
	margin:0 auto 40px; 
	}
.productlist_ss .search{
	border:none;
	line-height:40px;
	width:300px;
	border:1px solid #ddd;
	padding-left:10px;
	}
.productlist_ss button{
	border:none;
	background:#e4592e;
	color:#fff;
	width:80px;
	float:right;
	line-height:40px;
	} 
/*top*/
.head_bj{
	width:100%;
	background:#fff;
	}
.head{
	margin:auto;
	position:relative;
}
.logo{
	float:left;
	margin:20px 0;
	}
.nav_img{
	display:none;
	}
.wxtop{
	float:right;
	margin-top:35px;
	margin-left:25px;
	}
.ewm_top{
	width:180px;
	position:absolute;
	z-index:999;
	right:-50px;
	top:100px;
	background:#fff;
	padding:10px;
	text-align:center;
	}
.ewm_top img{
	width:100%;
	}
/**/
.nav{
	height:77px;
	float:right;
}
.nav ul{
	margin:auto;
	}
.nav ul li{
	display:inline-block;
	position:relative;

	}
.nav ul li a{
	color: #333;
	font-size:17px;
	line-height:100px;
	display:inline-block;
	padding:0 15px
}
.nav ul li a:hover{
	color:#0053a9
	}
.nav ul li:hover .navli:after ,  .nav ul .sy .navli:after{
	background: #0053a9;
	height: 3px;
	width:100%;
	margin:-2px auto 0;
	content: "";
	display:table;
	}

.nav .submenu{ 
	width:100%;
	position:absolute; 
	top:100px;
	display:none; 
	z-index:999;
	background-image:none;
	background-color: rgba(0,0,0,0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff,endColorstr=#C8ffffff);
	
	}
.nav .submenu2{
	width:180%;
	left:-40%;
	}
.nav .submenu dl dt a{
	display: block;
    text-align: left;
    color: #666;
	text-align:center;
	width:100%;
    line-height: 40px;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
	color:#fff;
	border-top:1px solid rgba(255,255,255,0.2);
	background:none;
	}
.nav .submenu dl dt a:hover{
	background-image:none;
	background:#fcaf01 !important;
	color:#fff;
	}

/*banner*/
.banner_m{
	display:none;
	}
.swiper-container {
      width: 100%;
      height: 100%;
    }

.swiper-slide {
	text-align: center;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
  }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	width:40px;
	height:80px;
	left:0px;
	background-color: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
	}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	width:40px;
	right:0px;
	height:80px;
	background-color: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
	}
.swiper-button-prev:hover , .swiper-button-next:hover {
	background:#fcaf01;
	}	
.swiper-button-next:after,.swiper-button-prev:after {
	color:#fff;
	font-size:30px;
	}
.swiper-pagination-bullet {
	width:18px;
	height: 18px;
	opacity:0.8;
	background:#dddddd;
	}
.swiper-pagination-bullet-active {
	background:#fcaf01;
	opacity:1;
	}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:3%;
	}
.swiper-button-next, .swiper-button-prev{
	margin-top:-50px;
	}
/**/
.zxly{
	background: #0053a9;
	width:100%;
	}
.zxly ul{
	padding:25px 0;
	}
.form-control{
    background-color: #fff;
	height:50px;
    color: #6e6e6e;
	border:1px solid #ddd;;
    font-size: 14px;
}
.nr200{
	background:#006cdb;
	width:15%;
	float:right;
	color:#fff;
	font-size:20px;
	height:50px;
	border:none;
	}
/**/
.bt{
	padding-top:80px;
	padding-bottom:50px;
	}
.bt img{
	display:inline-block;
	vertical-align:middle;
	}
.bt h2{
	display:inline-block;
	vertical-align:middle;
	padding-left:1%;
	
	}
.bt h2 p{
	font-size:40px;
	color:#ededed;
	font-family:ywzt;
	font-weight:normal;
	line-height:60px;
	text-transform:uppercase;
	}
.bai h2 p{
	color:#677eb2;
	}
.bt h2 p b{
	color:#333;
	font-size:38px;
	margin-right:5px;
	margin-top:-5px;
	}
.bai h2 p b{
	color:#fff;
	}
.bt h2 img{
	margin-left:10px;
	}
.bt span{
	display:block;
	font-size:18px;
	color:#666;
	font-weight:normal;
	}
.bai span{
	color:#fff;
	}
.bt .more{
	font-size:16px;
	color:#fff;
	float:right;
	border-radius:10px;
	padding:10px 40px 10px 50px;
	background:#fcaf01;
	}
.bt .more img{
	display:inline-block;
	vertical-align:top;
	margin-top:5px;
	margin-left:5px;
	}
.bt  h4 {
	margin-top:15px;
	width:100%;
	float:left;
	}
.bt  h4 a{
	display:inline-block;
	padding:5px 10px;
	border:1px solid #dcdcdc;
	font-size:16px;
	font-weight:normal;
	margin-bottom:5px;
	}
.bt  h4 a:hover{
	background:#0053a9;
	color:#fff;
	}
/**/	
.product_bj{
	background:#f7f7f7;
	padding-bottom:70px
	}
.product ul{
	width:102%;
	}
.product ul li{
	width:23.75%;
	float:left;
	margin-right:1%;
	margin-bottom:20px;
	}
.product ul li h2{
	overflow:hidden;
	border-radius:8px;
	}
.product ul li img{
	width:100%;
	}
.product ul li p{
	font-size:18px;
	line-height:50px;
	}
.product ul li p span{
	float:right;
	font-size:14px;
	color:#333333;
	background:#dfdfdf;
	display:block;
	padding:5px 15px;
	border-radius:8px;
	margin-top:10px;
	line-height:20px;
	}
/**/
.about_bj{
	background:url(ab_bj.jpg) no-repeat right bottom;
	}
.about .about_img{
	width:36%;
	float:left;
	}
.about ul{
	width:60%;
	float:right;
	}
.about ul h2{
	font-size:30px;
	margin:15px 0;
	}
.about ul li p{
	font-size:16px;
	line-height:30px;
	}
.about ul  span{
	display:block;
	border-top:2px solid #000;
	width:100px;
	}
.about_ss{
	margin-top:30px;
	}
.about_ss dl{
	width:25%;
	float:left;
	text-align:center;
	padding:10px 0;
	border-left:1px solid #ddd;
	}
.about_ss dl b{
	font-size:48px;
	font-family:ywzt;
	color:#555;
	font-weight:normal;
	}
/**/
.wmdys{
	padding:50px 0;
	}
.wmdys h3{
	font-size:24px;
	color:#666666;
	font-weight:normal;
	padding-top:20px;
	}
.wmdys ul{
	width:102%;
	}
.wmdys ul li{
	width:31.3%;
	margin-right:2%;
	float:left;
	border-radius:10px;
	overflow:hidden;
	margin-bottom:25px;
	background: linear-gradient(to right, rgba(223,239,255,1), rgba(247,251,255,1));
	}
.wmdys ul .wmdysli2{
	width:40%;
	}
.wmdys ul li h4{
	background:#0053a9;
	padding:5px;
	width:114px;
	float:left;
	border-radius:10px;
	}
.wmdys ul li h4 span{
	border:1px solid #fff;
	border-radius:10px;
	display:block;
	}
.wmdys ul li h4 span img{
	width:100px;
	}
.wmdys ul li h5{
	width: calc(100% - 120px);
	float:right;
	padding:15px;
	font-weight:normal;
	line-height:22px;
	}
.wmdys ul li h5 b{
	font-size:20px;
	color:#000;
	display:block;
	font-weight:normal;
	margin-bottom:10px;
	}
.wmdys .wmdys_img{
	width:100%;
	}
/**/
.case_bj{
	background:url(case_bj.jpg) no-repeat center;
	padding-bottom:140px;
	}
.case_bj .swiper-slide {
	border:3px solid #fff;
	border-radius:10px;
	overflow:hidden;
	}
/**/
.news_bt{
	padding-bottom:30px;
	}
.news{
	width:48.5%;
	}
.news h2{
	font-size:18px;
	line-height:34px;
	padding-left:15px;
	font-weight:normal;
	color:#fff;
	margin-bottom:30px;
	background:url(news_bj.jpg) no-repeat left;
	}
.news li{
	margin-bottom:20px;
	}
.news li img{
	float:left;
	width:32%;
	}
.news li p{
	width:65%;
	float:right;
	line-height:24px;
	}
.news li p b{
	display:block;
	font-size:24px;
	border-left:2px solid #f43906;
	padding:3px 0 6px 10px;
	margin-bottom:20px;
	}	
.news li p span{
	display:block;
	margin-top:20px;
	}
/**/	
.foot{
	padding-top:50px;
	margin-top:80px;
	background:url(foot_bj.jpg) no-repeat center;
	}
.foot a{
	color:#929292
	}
.foot ul .conatct{
	width:36%;
	float:left;
	color:#929292;
	line-height:28px;
	}
.foot ul .conatct img{
	margin-bottom:20px;
	}
.foot ul .foot_nav{
	width:52%;
	float:left;
	}
.foot ul .foot_nav p{
	float:left;
	display:block;
	width:20%;
	}
.foot ul .foot_nav p a{
	display:block;
	width:100%;
	line-height:30px;
	}
.foot ul .foot_nav .foot_nav2{
	width:50%;
	}
.foot ul .foot_nav .foot_nav2 span{
	display:block;
	width:100%;
	}
.foot ul .foot_nav .foot_nav2 a{
	width:45%;
	float:left;
	}
.foot ul .foot_nav p .yjfl{
	font-size:20px;
	color:#fff;
	margin-bottom:20px;
	font-weight:bold;
	float:none;
	width:100%;
	}
.foot ul .foot_ewm{
	float:right;
	width:140px;
	text-align:center;
	color:#929292;
	}
.foot ul .foot_ewm img{
	width:100%;
	margin-bottom:10px;
	}
.bqsy{
	border-top:1px solid #929292;
	padding:25px 0;
	color:#929292;
	margin-top:40px;
	}
/**/

.banner_n{
    width: 100%;
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
	
.banner_n h2{
	position:absolute;
	top:35%;
	text-align:center;
	font-size:36px;
	width:100%;
	color:#fff;
	text-transform:uppercase;
	}
.banner_n h4{
	position:absolute;
	top:50%;
	text-align:center;
	font-size:14px;
	width:100%;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	}
.banner_n h4 a{
	color:#fff;
	font-size:14px;
	padding:0 10px;
	}
.banner_bt{
	background:rgba(0,0,0,0.2);
	width:100%;
	height:100%;
	}	
	
/**/
.mian_w{
	padding:60px 0 100px 0;
	}

.about_n  ul p{
	line-height:28px;
	}
.about_n  ul img{
	max-width:100%;
	}
.about_img img{
	max-width:100%;
	}
.article-tit{
	border-bottom: 1px solid rgba(0,0,0,.3);
	font-size:24px;
	padding-bottom:20px;
	margin-bottom:20px;
	color:#333;
	}

/**/
.nav_n{
	background:#f1f1f1;
	}
.nav_n ul{
	padding:10px 0;
	}	
.nav_n ul a{
	display:inline-block;
	padding:10px 25px;
	margin:5px 0;
	font-size:16px;
	color:#555;
	background:#fff;
	border: 1px solid rgba(0,0,0,.15);
	}
.nav_n .pro_nav a{
	padding:10px 15px;
	}
.nav_n ul a:hover , .nav_n ul .on{
	background:#0053a9;
	border: 1px solid #0053a9;
	color:#fff;
	}

/**/
.newslist ul li{
	border: 1px solid rgba(0,0,0,.1);
	padding:30px;
	transition:all 0.6s;
	line-height:24px;
	margin-bottom:15px;
	background:#f1f1f1;
	}	
.newslist ul li b{
	font-size:20px;
	display:block;
	} 	
.newslist ul li span{
	display:block;
	color:#999;
	padding:10px 0;
	}	
.newslist ul li:hover{
	background:#0053a9;
	border:1px solid #0053a9
	}	
.newslist ul li:hover b , .newslist ul li:hover span , .newslist ul li:hover{
	color:#fff;
	}	
/**/
.joblist ul{
	width:101%;
	}
.joblist ul li{
	border: 1px solid rgba(0,0,0,.1);
	padding:30px;
	height:400px;
	float:left;
	transition:all 0.6s;
	line-height:24px;
	margin-bottom:15px;
	background:#f1f1f1;
	width:49%;
	margin-right:1%;
	margin-bottom:20px;
	}	
.joblist ul li b{
	font-size:20px;
	display:block;
	} 	
.joblist ul li span{
	display:block;
	color:#999;
	padding:10px 0;
	}	
.joblist ul li:hover{
	background:#1c1c1c;
	border:1px solid #1c1c1c
	}	
.joblist ul li:hover b , .newslist ul li:hover span , .newslist ul li:hover{
	color:#fff;
	}	
/**/
.btn{
	margin-bottom:20px;
	}
.btn img{
	display:inline-block;
	}
.btn h2{
	font-size:36px;
	line-height:100%;
	display:inline-block;
	}
.btn h4{
	border-bottom: 1px solid rgba(0,0,0,.1);
	border-top: 1px solid rgba(0,0,0,.1);
	margin-top:20px;
	padding:8px 0;
	font-weight:normal;
	color:#aaa;
	}
/**/
.pagination {
	text-align: center;
	padding-top:15px;
}
.page-item {
	display: inline-block;
	padding: 5px;
	background:#f1f1f1;
	border: 1px solid rgba(0,0,0,.1);
}
.page-num {
	padding: 5px 4px;
	display: inline-block;
	margin: 0 2px;
	background:#f1f1f1;
	border: 1px solid rgba(0,0,0,.1);
}
.pagination a:hover {
	color: #fff;
	background:#0f5498;
}
.page-num-current {
	color: #fff;
	background:#1c1c1c;
}

/**/
.productlist{
	overflow:hidden;
	}	
.productlist ul{
	width:102%;
	}	
.productlist ul li{
	width:23.7%;
	float:left;
	border:1px solid #ddd;
	margin:7px 0;
	margin-right:1%;
	}	
.productlist ul li span{
	display:block;
	overflow:hidden;
	}
.productlist ul li span img{
	width:100%;
	display:block;
	transition: all .5s ease;
	}	
.productlist ul li h2{
	background:rgba(0,0,0,.1);
	text-align:center;
	padding:18px 0;
	color:#333;
	font-size:18px;
	font-weight:normal;
	}		
.productlist ul li:hover img{
	transform: scale(1.05)
	}	
.productlist ul li:hover h2{
	background:#0053a9;
	color:#fff;
	}	
/**/
.showbanner{
	background:url(show_bj.jpg) no-repeat center;
	padding:90px 0 60px 0;
	}
.showimg{
	width:48%;
	float:left;
	}
.showimg video{
	width:100%;
	}
.jianshu{
	float:right;
	width:47%;
	}
.jianshu h2{
	font-size:30px;
	color:#333;
	}
.jianshu ul{
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	padding:25px 0;
	margin:35px 0;
	line-height:30px;
	}
.jianshu  a{
	display:block;
	}
.jianshu  .showtel span{
	font-size:40px;
	font-family:ywzt;
	color:#f7952a;
	}
.jianshu .pdf{
	margin-top:20px;
	font-size:20px;
	color:#666666;
	}

.jianshu img{
	float:left;
	margin-right:10px;
	}
.jianshu .pdf img{
	width:30px;
	margin-right:5px;
	}
.showproduct{
	margin:40px 0 90px 0;
	}
.showproduct img{
	margin:auto;
	display:block;
	max-width:100%;
	}
.showproduct p{
	line-height:28px;
	}
.showproduct h4{
	font-size:18px;
	line-height:35px;
	}
.positionshow_bt li{
	width:200px;
	font-size:20px;
	color:#333;
	float:left;
	line-height:70px;
	text-align:center;
	height:70px;
	cursor:pointer;
	}
.positionshow_bt .hover{
	border-bottom:2px solid #f7952a
;
	}
.showproduct h2{
	font-size:30px;
	color:#333;
	padding:40px 0 20px 0;
	}
.showproduct div{
	line-height:28px;
	}
.showproduct div strong{
	color:#333;
	}
.showproduct div img{
	max-width:100%;
	}
.positionshow {
    height: 70px;
    background: #fff;
    line-height: 70px;
    border-bottom: 1px solid #dfdfdf;
}

.contact{
	background:#f1f1f1;
	}
.contact_xj{
	width:30%;
	line-height:35px;
	float:left;
	padding:30px 50px;
	}
#allmap {
	width:70%;
	float:right;
	height: 430px;
	overflow: hidden;
	font-family:"微软雅黑" ;
	}
.BMapLabel{
	border: 1px  solid #DDD !important; 
	line-height: 22px !important;
	font-size: 14px !important;
	padding: 15px !important;
	top: -60px !important;
	left: 30px !important;
	font-family:"microsoft yahei"!important;
}
.BMapLabel span{
	font-size: 24px;
	font-family: ywzt;
	color:#c40c17 ;
	line-height: 35px !important;
}
.BMapLabel  img{
	width:250px;
	margin-top:15px;
	}


/**/
.form-control{
    background-color: #fff;
    padding: 15px 15px;
    color: #6e6e6e;
	border:1px solid #ddd;;
    font-size: 14px;
}
.nr100{
	width:100%;
	height:150px;
	margin-bottom:10px;
	}
.nr40{
	width:39%;
	float:left;
	margin-right:1%;
	}
.nr20{
	background:#f7952a;
	width:20%;
	float:right;
	color:#fff;
	padding:17px 0;
	border:none;
	}

































	